home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / jungle_adventure.swf / scripts / __Packages / GameWorld.as < prev    next >
Text File  |  2006-11-29  |  390b  |  20 lines

  1. class GameWorld extends SSWorld
  2. {
  3.    function GameWorld()
  4.    {
  5.       super();
  6.    }
  7.    function onSSAddToScene()
  8.    {
  9.       if(this.collections.VR)
  10.       {
  11.          var _loc3_ = undefined;
  12.          var _loc2_ = _loc3_ = this.collections.VR.length;
  13.          while((_loc2_ = _loc2_ - 1) > -1)
  14.          {
  15.             _loc3_[_loc2_].disabled = true;
  16.          }
  17.       }
  18.    }
  19. }
  20.